decision tree algorithm-machine learning
Decision Tree Algorithms-Machine Learning
Decision Tree Algorithm one of the easiest and popular Algorithms to predict the output. The Decision Tree Algorithm is a part of the supervised machine learning algorithm. Here the problem is represented in a form of a tree to predict the outcome. This algorithm aims to create a model that should predict the value of a variable that is targeted, and for this purpose, it is represented in a form of a decision tree. It is used for classification problems and also for regression problems.